UInt64MINumericUInt64MIsLessThan Method

Determines whether the current value is less than the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt64M>.IsLessThan(
	UInt64M value
)

Parameters

value  UInt64M
The value to compare with the current value.

Return Value

Boolean
if the current value is less than value; otherwise, .

Implements

INumericTSelfIsLessThan(TSelf)

See Also